home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr05 / ppp25.zip / README.TXT < prev    next >
Text File  |  1995-01-22  |  2KB  |  52 lines

  1.   This is the preliminary public release of my POV-ray and Polyray
  2. Preprocessor Version 2.5.  As such, this is UNSUPPORTED freeware.
  3. Version 3.0 is currently being Beta-tested and I am concentrating 100% of
  4. my efforts on it.  I intend to release Version 3.0 as Shareware.  Don't
  5. be shy about Version 2.5 though, as Version 3.0 is 99.9% compatible with
  6. this release.  In fact, all of the example files included here will run
  7. on Version 2.5 and 3.0.
  8.  
  9.   This program is a preprocessor for raytracers that allows:
  10.  
  11.     Scalar and Vector variables.
  12.     One-dimensional Arrays of variables.
  13.     Conditional Statements (IF, ELSE).
  14.     Loops. (DO, UNTIL).
  15.     Subprograms and recursion. (SUB, CALL)
  16.     Multiple Input and Output files.
  17.     Extensive Math Functions.
  18.     Vector Math functions. (Dot product, Cross Product, etc...)
  19.     Local and World Axis calculations.
  20.     Can process L-system objects similar to L-Parser.
  21.     Will work with POV or Polyray (All versions).
  22.     and Much More...
  23.  
  24.   The POV example files are run by typing:
  25.  
  26.     PPP filename[.ppp] filename.pov
  27.  
  28.   The Polyray example files are run by typing:
  29.  
  30.     PPP filename[.ppp] filename.pi
  31.  
  32.   Then render the output with the appropriate raytracer.
  33.  
  34.   I should add that the files AIRHORSE.POV, AIRHORSE.INC, SPIDER.POV,
  35. SPIDER.INC are the product of my brother's LPARSER to PPP converter and
  36. were included as a shameless plug.  It converts LPARSER Source files to
  37. PPP Source files.  These examples were run on this package.  If you are
  38. interested I can give you his E-mail address.
  39.  
  40.   If you enjoy using this program and/or have any source files you would
  41. like to share, I can be reached at the E-mail addresses mentioned in the
  42. Docs, or by plain old Snail-mail at:
  43.  
  44.     John R. Wind
  45.     8030 Kensington Blvd. Apt. #122
  46.     Davison, MI 48423
  47.  
  48.                                                Enjoy!
  49.  
  50.                                                John.
  51.  
  52.